home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / dialogs.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  586 b   |  19 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        dialogs.h
  4.  
  5. Purpose:    This is the header file for dialogs.c
  6.  
  7. \**********************************************************************/
  8.  
  9. enum
  10. {
  11.     smallAlert = 128,        /* for small stuff */
  12.     largeAlert,                /* for large stuff (like prefs errors) */
  13.     personalDialog = 131    /* personalization dialog box */
  14. };
  15.  
  16. void PositionDialog(ResType theType, short theID);
  17. pascal void OutlineDefaultButton(DialogPtr myDlog, short itemNum);
  18. pascal Boolean ProcOFilter(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  19.